From 0a71dc1bedf40a791e1f5924e78552ae31b18cde Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 19 Oct 2020 21:15:08 -0400 Subject: [PATCH] stack: Minor doc addition --- gtk/gtkstack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkstack.c b/gtk/gtkstack.c index a9a0902c23..b97ebb54bb 100644 --- a/gtk/gtkstack.c +++ b/gtk/gtkstack.c @@ -84,7 +84,7 @@ * # Accessibility * * GtkStack uses the #GTK_ACCESSIBLE_ROLE_TAB_PANEL for the stack - * pages. + * pages, which are the accessible parent objects of the child widgets. */ /** -- 2.30.2